1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D1EB454E-5746-40B0-A350-C417F89B0797}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <RootNamespace>VBFTPUpload</RootNamespace>
11 <AssemblyName>VBFTPUpload</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 <OptionExplicit>On</OptionExplicit>
14 <OptionCompare>Binary</OptionCompare>
15 <OptionStrict>Off</OptionStrict>
16 <OptionInfer>On</OptionInfer>
17 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18 <FileAlignment>512</FileAlignment>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21 <PlatformTarget>x86</PlatformTarget>
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>..\Debug\</OutputPath>
26 <DefineDebug>true</DefineDebug>
27 <DefineTrace>true</DefineTrace>
28 <ErrorReport>prompt</ErrorReport>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31 <PlatformTarget>x86</PlatformTarget>
32 <DebugType>pdbonly</DebugType>
33 <Optimize>true</Optimize>
34 <OutputPath>..\Release\</OutputPath>
35 <DefineDebug>false</DefineDebug>
36 <DefineTrace>true</DefineTrace>
37 <ErrorReport>prompt</ErrorReport>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
40 <DebugSymbols>true</DebugSymbols>
41 <OutputPath>..\Debug\</OutputPath>
42 <DefineDebug>true</DefineDebug>
43 <DefineTrace>true</DefineTrace>
44 <DebugType>full</DebugType>
45 <PlatformTarget>AnyCPU</PlatformTarget>
46 <CodeAnalysisLogFile>bin\Debug\CSFTPClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
49 <ErrorReport>prompt</ErrorReport>
50 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
53 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
57 <OutputPath>..\Release\</OutputPath>
58 <DefineDebug>false</DefineDebug>
59 <DefineTrace>true</DefineTrace>
60 <Optimize>true</Optimize>
61 <DebugType>pdbonly</DebugType>
62 <PlatformTarget>AnyCPU</PlatformTarget>
63 <CodeAnalysisLogFile>bin\Release\CSFTPClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
66 <ErrorReport>prompt</ErrorReport>
67 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
70 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
74 <StartupObject>VBFTPUpload.My.MyApplication</StartupObject>
77 <MyType>WindowsForms</MyType>
80 <Reference Include="System" />
81 <Reference Include="System.Core">
82 <RequiredTargetFramework>3.5</RequiredTargetFramework>
84 <Reference Include="System.Drawing" />
85 <Reference Include="System.Windows.Forms" />
88 <Import Include="Microsoft.VisualBasic" />
89 <Import Include="System.Collections.Generic" />
90 <Import Include="System.Diagnostics" />
91 <Import Include="System.Drawing" />
92 <Import Include="System.Windows.Forms" />
93 <Import Include="System" />
96 <Compile Include="ErrorEventArgs.vb">
97 <SubType>Code</SubType>
99 <Compile Include="FileUploadCompletedEventArgs.vb">
100 <SubType>Code</SubType>
102 <Compile Include="FTPClientManager.vb">
103 <SubType>Code</SubType>
105 <Compile Include="FTPClientManagerStatus.vb">
106 <SubType>Code</SubType>
108 <Compile Include="FTPDirectoryListingStyle.vb">
109 <SubType>Code</SubType>
111 <Compile Include="FTPFileSystem.vb">
112 <SubType>Code</SubType>
114 <Compile Include="FTPUploadClient.vb" />
115 <Compile Include="MainForm.vb">
116 <SubType>Form</SubType>
118 <Compile Include="MainForm.Designer.vb">
119 <DependentUpon>MainForm.vb</DependentUpon>
121 <Compile Include="My Project\Application.Designer.vb">
122 <AutoGen>True</AutoGen>
123 <DependentUpon>Application.myapp</DependentUpon>
125 <Compile Include="NewMessageEventArg.vb" />
126 <Compile Include="My Project\AssemblyInfo.vb" />
127 <Compile Include="UICredentialsProvider.vb">
128 <SubType>Form</SubType>
130 <Compile Include="UICredentialsProvider.Designer.vb">
131 <DependentUpon>UICredentialsProvider.vb</DependentUpon>
133 <EmbeddedResource Include="MainForm.resx">
134 <DependentUpon>MainForm.vb</DependentUpon>
136 <EmbeddedResource Include="UICredentialsProvider.resx">
137 <DependentUpon>UICredentialsProvider.vb</DependentUpon>
141 <None Include="My Project\Application.myapp">
142 <Generator>MyApplicationCodeGenerator</Generator>
143 <LastGenOutput>Application.Designer.vb</LastGenOutput>
145 <Content Include="Readme.txt" />
147 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149 Other similar extension points exist, see Microsoft.Common.targets.
150 <Target Name="BeforeBuild">
152 <Target Name="AfterBuild">